home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Ultimate Window Set -…Games & Quality Programs
/
The Ultimate Window Set - 250 Games & Quality Programs.iso
/
win
/
pro13
/
reset.bat
< prev
next >
Wrap
DOS Batch File
|
1993-02-10
|
417b
|
13 lines
@echo off
ECHO This command resets WinProof if WinProof did not quit normally.
ECHO You must make sure that WinProof is not being used before using RESET!
ECHO You must switch to the directory where WinProof is installed.
pause
if NOT exist WINPROOF.EXE goto error
del WINPROOF.net
ECHO WinProof has been reset.
goto END
:error
ECHO ERROR - WinProof was not reset, switch to the WinProof directory.
:end